This software system of chip simulation ' s main function is simulate the main logic circue chips , 8088cpu , memory , registers , data _ bus , address _ bus , control _ bus and other chips . this function is based on the object - oriented technology , construct the chip object by the chip classes that we defined . . because this system need to simulate the detail function of computer hardware , so this system simulate the 8088cpu ' s order system , support the basic compile languages . one of the feture of this system is the simulation of a static memory , the room of the memory can be configured by testers from 1k to 64k 由于本系統(tǒng)在仿真過程中需要完全模擬計(jì)算機(jī)硬件的工作原理,因此本系統(tǒng)還仿真了8088cpu的基本指令系統(tǒng),支持基本的匯編指令,在實(shí)驗(yàn)過程中可以由實(shí)驗(yàn)者輸入相應(yīng)的匯編指令以執(zhí)行操作,并查看各芯片器件的引腳參數(shù)變化情況。本系統(tǒng)仿真的一個(gè)特點(diǎn)是動(dòng)態(tài)仿真了存儲(chǔ)器的大小,存儲(chǔ)器容量可以由實(shí)驗(yàn)者根據(jù)需要自己設(shè)置,范圍從1k到64k 。